object frmGreekChars: TfrmGreekChars Left = 397 Top = 331 HelpContext = 1020 BorderIcons = [biSystemMenu, biHelp] ClientHeight = 423 ClientWidth = 556 Color = clBtnFace Constraints.MinHeight = 200 Constraints.MinWidth = 200 ParentFont = True OldCreateOrder = False OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object imGreekChars: TImage Left = 0 Top = 0 Width = 556 Height = 359 Align = alClient Stretch = True end object StatusBar1: TStatusBar Left = 0 Top = 404 Width = 556 Height = 19 Panels = <> end object Panel1: TPanel Left = 0 Top = 359 Width = 556 Height = 45 Align = alBottom BevelInner = bvLowered BevelOuter = bvNone TabOrder = 1 DesignSize = ( 556 45) object btnHide: TTntButton Left = 466 Top = 10 Width = 75 Height = 25 Anchors = [akRight, akBottom] Cancel = True TabOrder = 3 OnClick = btnHideClick end object btnPrint: TTntButton Left = 383 Top = 10 Width = 75 Height = 25 Anchors = [akRight, akBottom] TabOrder = 2 OnClick = btnPrintClick end object rbAzerty: TTntRadioButton Left = 24 Top = 24 Width = 113 Height = 17 Caption = 'Azerty' TabOrder = 1 OnClick = rbAzertyClick end object rbQwerty: TTntRadioButton Left = 24 Top = 4 Width = 113 Height = 17 Caption = 'Qwerty' Checked = True TabOrder = 0 TabStop = True OnClick = rbQwertyClick end end object PrintDialog: TPrintDialog Options = [poWarning] Left = 570 Top = 51 end end